Global Index
HTML5 JS API Index > Browser Tutorials & Specs

MimeTypeArray

Properties
unsigned long
length
The length attribute must return the number of non-hidden plugins represented by the object.
Operations
MimeType?item(unsigned long index)
MimeType?
namedItem(DOMString name)
The namedItem() method of a PluginArray object must return null if the argument is not one of the object's supported property names, and otherwise must return the Plugin object, of those represented by the PluginArray object, that has a name equal to the method's argument.
Referenced by
NavigatorPluginsmimeTypes